home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / winutil2.arc / LAUNCH.ARC / READ.ME < prev   
Text File  |  1990-11-01  |  3KB  |  59 lines

  1. LAUNCH for Windows 3.0                           10/25/90
  2. Written by David Stafford                        CIS 72411,2670 or 76666,2542
  3.                                                  MCI DSTAFFORD 361-6512
  4.                                                  Kamakura NS Bldg 4-F
  5.                                                  Onaricho 4-16
  6.                                                  Kamakura, Kanagawa 248 Japan
  7.  
  8. The response to STARS was wonderful and I have finally gotten around to
  9. adding the customizable menu option for which so many people have asked.  In
  10. addition- I am separating STARS into two new stand-alone programs.  The first,
  11. this program, offers a configurable menu from which Windows users can
  12. conveniently start up their favorite programs.  The second will be a program
  13. to animate the desktop in the STARS tradition but offering more than just
  14. moving stars.
  15.  
  16. LAUNCH follows the small-is-beautiful principle.  It does just one thing and
  17. int does it reasonably well.  LAUNCH stays out of your way when you are not
  18. using it and requires only about 10k when running.
  19.  
  20. LAUNCH needs an INI file which contains the menu description.  An example INI
  21. file is included in this archive.  It is best to put this file (along with
  22. LAUNCH.EXE) in the Windows directory.
  23.  
  24. The first line in LAUNCH.INI should be [Launch].  Each subsequent line
  25. contains a menu item followed by an equal-sign and the name of the program to
  26. run with (optionally) any command-line arguments.  Look at the "SDK Help"
  27. menu item below for an example.  Remember that you can LAUNCH any program
  28. that you can run from the File Manager or the DOS Executive.  This includes
  29. PIFs, batch files and non-Windows programs.  You can also specify a path to
  30. a program as in the "Go" menu item below.
  31.  
  32. My LAUNCH.INI file:   [Launch]
  33.                       Notepad=       NOTEPAD.EXE
  34.                       DOS Shell=     COMMAND.PIF
  35.                       SDK Help=      WINHELP.EXE d:\sdk\sdkref.hlp
  36.                       DOS Executive= MSDOS.EXE
  37.                       Calculator=    CALC.EXE
  38.                       Clipboard=     CLIPBRD.EXE
  39.                       Go=            D:\W\GO\GO.EXE
  40.  
  41. I recommend including LAUNCH in the "run" option of your WIN.INI as in:
  42. run=LAUNCH.EXE
  43.  
  44. Once LAUNCH is loaded using it is easy.  Simply click with the left mouse
  45. button anywhere over the empty desktop.  The LAUNCH menu will pop up
  46. automatically.
  47.  
  48. This program is FreeWare.  You don't have to feel guilty about not paying for
  49. it if you don't want to.  I you do like it (or even if you don't) please send
  50. me a note via CIS, MCI or regular mail.  I appreciate any comments, ideas,
  51. suggestions or criticisms.  "Thank-you" to the STARS users who took the time
  52. to send a note.  You gave me the incentive to continue working.
  53.  
  54. Please feel free to distribute this program.  All I ask is that you
  55. be careful and remember to include all three files (LAUNCH.EXE, LAUNCH.INI
  56. and READ.ME) together in the archive.
  57.  
  58. -Dave
  59.